home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12827 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  712 b 

  1. Path: news.sfu.ca!kubo
  2. From: kubo@news.sfu.ca (Shuzo Kubo)
  3. Newsgroups: comp.lang.c++
  4. Subject: Can someone help a beginner?
  5. Date: 21 Mar 1996 22:06:51 GMT
  6. Organization: Simon Fraser University
  7. Message-ID: <4isjtr$j4r@morgoth.sfu.ca>
  8. NNTP-Posting-Host: fraser.sfu.ca
  9. X-Newsreader: NN version 6.5.0 #5 (NOV)
  10.  
  11.     I need to know if there are procedures that make getting the
  12. current date, and calculating future dates easy. I'm using a Unix C
  13. compiler. I've so far found the function ctime that will return the
  14. date as string but I'm looking for a function that will allow me to
  15. easily calculate future dates. Is there such function built into the
  16. language or do I need to implement that by myself?
  17.  
  18. Thanks in advance.
  19.